home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: netcom.com!smryan
- From: smryan@netcom.com (@#$%!?!)
- Subject: Re: stdio question
- Message-ID: <smryanDq7FC8.G1B@netcom.com>
- Organization: The Programmer formerly known as S M Ryan
- X-Newsreader: TIN [version 1.2 PL1]
- References: <4lc02b$7cm@ari.ari.net>
- Date: Sun, 21 Apr 1996 08:52:56 GMT
- Sender: smryan@netcom23.netcom.com
-
- : I know this may sound pretty stupid but I'm a beginner at C and I've
- : been trying to figure this out. I am trying to make a program which
- : reads a binary input from stdin and writes binary to stdout. Only
-
-
- On your fopen, do you include 'b' in permissions, such as
-
- input = fopen("input","rb");
- output = fopen("output","wb");
- --
- The Queen who loves, the Queen of life, | smryan@netcom.com PO Box 1563
- the Queen who straits, the Queen of strife;| Cupertino, California
- with gasp of death or gift of breath | (xxx)xxx-xxxx 95015
- she brings the choice of birth or knife. | I don't use no smileys
-